home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / app / BaseApplication$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.1 KB  |  28 lines

  1. package com.extensibility.app;
  2.  
  3. import com.extensibility.plugin.api.ApplicationAccess;
  4. import java.awt.Component;
  5. import java.awt.Frame;
  6.  
  7. class BaseApplication$1 implements ApplicationAccess {
  8.    // $FF: synthetic field
  9.    final BaseApplication this$0;
  10.  
  11.    public Frame getParentFrame() {
  12.       return Desktop.getDialogParent((Component)null);
  13.    }
  14.  
  15.    public void setPreference(String var1, String var2) {
  16.       ApplicationPreferences var3 = BaseApplication.getPreferences();
  17.       var3.setGeneralPreference(var1, var2);
  18.    }
  19.  
  20.    public String getPreference(String var1) {
  21.       return BaseApplication.getPreference(var1);
  22.    }
  23.  
  24.    BaseApplication$1(BaseApplication var1) {
  25.       this.this$0 = var1;
  26.    }
  27. }
  28.